home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Niagara Parks / Postcard CD: Niagara Parks (2004).iso / pc / prv-f.dxr / Internal_29.ls < prev    next >
Encoding:
Text File  |  2002-01-09  |  115 b   |  9 lines

  1. on exitFrame me
  2.   cursor(-1)
  3.   if the timer > 600 then
  4.     go(the frame + 1)
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.